ComponentOne Studio for WinRT XAML
Closest(Func<C1TextPointer,Boolean>,Func<C1TextPointer,C1TextPointer,Int32>) メソッド

満たす必要がある述語。
距離関数。
述語を満たす最も近い位置を返します。
構文
'宣言
 
Public Overloads Function Closest( _
   ByVal predicate As System.Func(Of C1TextPointer,Boolean), _
   ByVal distance As System.Func(Of C1TextPointer,C1TextPointer,Integer) _
) As C1TextPointer
public C1TextPointer Closest( 
   System.Func<C1TextPointer,bool> predicate,
   System.Func<C1TextPointer,C1TextPointer,int> distance
)

パラメータ

predicate
満たす必要がある述語。
distance
距離関数。

戻り値の型

述語を満たす最も近い位置。
参照

C1TextPointer クラス
C1TextPointer メンバ
オーバーロード一覧

 

 


Copyright © GrapeCity inc. All rights reserved.